home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / blogjet / BlogJetSetup-bn.exe / {app} / BlogJet.exe / 0 / RCDATA / TENTERKEYFORM / TENTERKEYFORM.txt < prev   
Text File  |  2004-06-07  |  3KB  |  117 lines

  1. object EnterKeyForm: TEnterKeyForm
  2.   Left = 257
  3.   Top = 192
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration'
  6.   ClientHeight = 192
  7.   ClientWidth = 360
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 64
  20.     Width = 87
  21.     Height = 13
  22.     Caption = 'Registration name'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 108
  27.     Width = 78
  28.     Height = 13
  29.     Caption = 'Registration key'
  30.   end
  31.   object JvLinkLabel1: TJvLinkLabel
  32.     Left = 64
  33.     Top = 11
  34.     Width = 273
  35.     Height = 39
  36.     Caption = 
  37.       'Please enter the registration data provided to you after the pur' +
  38.       'chase process. If you have not bought the program yet, <link>cli' +
  39.       'ck this link to buy it online</link>.'
  40.     Text.Strings = (
  41.       
  42.         'Please enter the registration data provided to you after the pur' +
  43.         'chase process. If you have not bought the program yet, <link>cli' +
  44.         'ck this link to buy it online</link>.')
  45.     Transparent = False
  46.     Layout = tlTop
  47.     LinkColor = clBlue
  48.     LinkColorClicked = clRed
  49.     LinkColorHot = clPurple
  50.     LinkStyle = [fsUnderline]
  51.     HotLinks = False
  52.     AutoHeight = True
  53.     MarginWidth = 0
  54.     MarginHeight = 0
  55.     OnLinkClick = JvLinkLabel1LinkClick
  56.   end
  57.   object Image1: TImage
  58.     Left = 8
  59.     Top = 8
  60.     Width = 48
  61.     Height = 48
  62.     Center = True
  63.     Picture.Data = {<image000.bmp>}
  64.     Transparent = True
  65.   end
  66.   object Edit1: TEdit
  67.     Left = 16
  68.     Top = 80
  69.     Width = 331
  70.     Height = 24
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -13
  74.     Font.Name = 'Courier New'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 0
  78.     OnChange = Edit2Change
  79.   end
  80.   object Edit2: TEdit
  81.     Left = 16
  82.     Top = 124
  83.     Width = 331
  84.     Height = 24
  85.     CharCase = ecUpperCase
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -13
  89.     Font.Name = 'Courier New'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 1
  93.     OnChange = Edit2Change
  94.   end
  95.   object btnOK: TButton
  96.     Left = 192
  97.     Top = 160
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Default = True
  102.     Enabled = False
  103.     ModalResult = 1
  104.     TabOrder = 2
  105.   end
  106.   object btnCancel: TButton
  107.     Left = 272
  108.     Top = 160
  109.     Width = 75
  110.     Height = 25
  111.     Cancel = True
  112.     Caption = 'Cancel'
  113.     ModalResult = 2
  114.     TabOrder = 3
  115.   end
  116. end
  117.